|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BidHistory | |
|---|---|
| negotiator | |
| negotiator.boaframework | |
| Uses of BidHistory in negotiator |
|---|
| Methods in negotiator that return BidHistory | |
|---|---|
BidHistory |
BidHistory.discountedFilterBetween(double minU,
double maxU,
double minT,
double maxT,
UtilitySpace utilSpace)
Returns the set of bids offered between time instances t1 and t2: (t1, t2] and with a utility in (u1, u2]. |
BidHistory |
BidHistory.filterBetween(double minU,
double maxU,
double minT,
double maxT)
Returns the set of bids offered between time instances t1 and t2: (t1, t2] and with a utility in (u1, u2]. |
BidHistory |
BidHistory.filterBetweenTime(double t1,
double t2)
Returns the set of bids offered between time instances t1 and t2: (t1, t2]. |
BidHistory |
BidHistory.filterBetweenUtility(double minU,
double maxU)
Returns the set of bids with a utility of at least u1 and at most u2: (u1, u2]. |
BidHistory |
BidHistory.filterUtility(double u)
Returns the set of bids with utility u. |
BidHistory |
BidHistory.sortToTime()
Sorts the bids contained in this BidHistory object on time. |
BidHistory |
BidHistory.sortToUtility()
Sorts the bids contained in this BidHistory object on utility. |
| Uses of BidHistory in negotiator.boaframework |
|---|
| Methods in negotiator.boaframework that return BidHistory | |
|---|---|
BidHistory |
NegotiationSession.getOpponentBidHistory()
Returns the bidding history of the opponent. |
BidHistory |
NegotiationSession.getOwnBidHistory()
Returns the bidding history of the agent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||